Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Relocatable] 3: Test compiler installations #158

Open
wants to merge 8 commits into
base: relocatable-base-trunk
Choose a base branch
from

Conversation

dra27
Copy link
Owner

@dra27 dra27 commented Sep 24, 2024

No description provided.

@dra27 dra27 added no-change-entry-needed Causes the check for a Changes entry to be skipped for PRs relocatable PRs related to the Relocatable Compiler project labels Sep 24, 2024
@dra27 dra27 closed this Sep 25, 2024
@dra27 dra27 reopened this Sep 25, 2024
@dra27 dra27 force-pushed the installation-tests branch 4 times, most recently from cf3d672 to ca4085f Compare September 29, 2024 09:02
@dra27 dra27 force-pushed the installation-tests branch 9 times, most recently from 095026f to 4437fb0 Compare October 4, 2024 21:00
@dra27 dra27 force-pushed the installation-tests branch 7 times, most recently from 2a2ddb1 to 87ec411 Compare October 6, 2024 20:19
@dra27 dra27 force-pushed the installation-tests branch 6 times, most recently from 1c7cbee to e535185 Compare October 15, 2024 12:39
@dra27 dra27 force-pushed the installation-tests branch 14 times, most recently from 8491e08 to cfda79b Compare October 23, 2024 13:34
Crucially, the corrects the flags used for creating a DLL on Windows,
allowing threads.cmxs to be loaded in ocamlnat.
Necessary when building release tags.
If upgrading is forced and packages are required, combine the two calls.
ld -r (certainly in GNU binutils) has an empty search path - co-opt the
MSVC search code and always resolve libraries when partial linking,
except this time _ignore_ the ones which are missing. This seems to fit
the rest of -output-complete-obj, given that the _standard_ C libraries
are also omitted (-lm, -lpthread, etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-entry-needed Causes the check for a Changes entry to be skipped for PRs relocatable PRs related to the Relocatable Compiler project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant